home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWrap
/
Source
/
ListCell.h
< prev
next >
Wrap
Text File
|
1991-09-15
|
373b
|
18 lines
#import <appkit/SelectionCell.h>
@interface ListCell:SelectionCell
{
NXCoord ascender, descender, lineHeight;
BOOL controlDragEnabled;
}
- init;
- setFont:fontObj;
// must subclass the following it get proper cell drawing.
- drawInside:(const NXRect *)cellFrame inView:controlView;
- setControlDragEnabled:(BOOL) aBool;
- (BOOL)controlDragEnabled;
@end